Automations

API Commands

  • Version: 1.6.1
  • Official Verified

OpenBots commands for interacting with various API's. Supports RESTful API's, as well as methods from local DLL files.

OpenBots.Commands.API \ Execute HTTP Request Command

Command: Execute HTTP Request Command

This command calls a WebAPI with a specific HTTP method.

Parameters

URL

Provide the URL for the API.

Required

Request Headers (Optional)

Specify request headers.

Method Type

Select the necessary method type.

Required

Request Body Format

Select the necessary request format.

Required

Body Parameters

Specify request body parameters.

Required

Raw Data

Provide raw body data.

Required

File Attachment

Provide file to attach.

Required

Query String Parameters (Optional)

Parameters to append to the request as a query string.

Output Response Content Variable

Create a new variable or select a variable from the list.

Required

Output Response Status Code Variable

Create a new variable or select a variable from the list.

Required

Private (Optional)

Optional field to mark the command as private (data sensitive) in order to avoid its logging.

Error Handling

Optional field for how to handle errors encountered.

Required

Comment Field (Optional)

Optional field to enter a custom comment which could potentially describe this command or the need for this command, if required.

Logo